setGestureInProgress

abstract fun setGestureInProgress(inProgress: Boolean)

Tells the map rendering engine that there is currently a gesture in progress. Thisaffects how the map renders labels, as it will use different texture filters if a gestureis ongoing.

Parameters

inProgress

The `boolean` value representing if a gesture is in progress.